Handle Dependabot Alerts - #73
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR addresses Dependabot alerts by updating several dependencies to more secure versions. The primary changes involve upgrading js-yaml to address known vulnerabilities, and adjusting version specifications for Azure Identity and other packages to ensure consistency across the workspace.
- Upgraded
js-yamlfrom versions 3.14.1 and 4.1.0 to 4.1.1 across the project - Updated workspace overrides and package dependencies for
@azure/identity,express, andlangchain - Removed outdated transitive dependencies (argparse@1.0.10, esprima@4.0.1, sprintf-js@1.0.3)
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/package.json | Added js-yaml@^4.1.1 to devDependencies to ensure consistent usage of the secure version |
| pnpm-workspace.yaml | Updated workspace overrides for @azure/identity to ^4.2.1 and added js-yaml@^4.1.1 override |
| pnpm-lock.yaml | Reflected dependency updates including js-yaml upgrade to 4.1.1 and removal of obsolete transitive dependencies |
| packages/agents-a365-tooling/package.json | Changed express dependency from wildcard to explicit version ^5.1.0 |
| packages/agents-a365-tooling-extensions-langchain/package.json | Changed langchain dependency from wildcard to explicit version ^1.0.1 |
| packages/agents-a365-runtime/package.json | Updated @azure/identity from wildcard to explicit version ^4.2.1 to match workspace override |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
joratz
previously approved these changes
Nov 18, 2025
added 2 commits
November 18, 2025 13:24
…microsoft/Agent365-nodejs into users/jterrazas/depbot-alerts-0
pontemonti
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handles the following alerts:
https://github.com/microsoft/Agent365-nodejs/security/dependabot/6
https://github.com/microsoft/Agent365-nodejs/security/dependabot/1
https://github.com/microsoft/Agent365-nodejs/security/dependabot/2
https://github.com/microsoft/Agent365-nodejs/security/dependabot/3
https://github.com/microsoft/Agent365-nodejs/security/dependabot/9
https://github.com/microsoft/Agent365-nodejs/security/dependabot/12
https://github.com/microsoft/Agent365-nodejs/security/dependabot/5
https://github.com/microsoft/Agent365-nodejs/security/dependabot/4